Site Search

Search for
Search in Advanced search
s : 744

Results 21-30 of 289 ( 0.255 seconds)
21 CLHS: Symbol LAMBDA   [ 9.456% ]
Symbol LAMBDA Syntax: lambda lambda-list [[ declaration * | documentation ]] form * Arguments: lambda-list ---an ordinary lambda list . declaration ---a declare expression ; not evaluated. documentation ---a string ; not evaluated. form ---a form . Descrip...
https://www.lispworks.com/documentation/HyperSpec/Body/s_lambda.htm - Cached
text/html - 4664 bytes - Mon, 11 Apr 2005, 17:33:45 UTC
 
22 CLHS: Symbol DECLARE   [ 9.456% ]
Symbol DECLARE Syntax: declare declaration-specifier * Arguments: declaration-specifier ---a declaration specifier ; not evaluated. Description: A declare expression , sometimes called a declaration , can occur only at the beginning of the bodies of certai...
https://www.lispworks.com/documentation/HyperSpec/Body/s_declar.htm - Cached
text/html - 13105 bytes - Mon, 11 Apr 2005, 17:33:44 UTC
 
23 CLHS: Special Operator FLET, LABELS, MACROLET   [ 9.456% ]
Special Operator FLET, LABELS, MACROLET Syntax: flet (( function-name lambda-list [[ local-declaration * | local-documentation ]] local-form * ) * ) declaration * form * => result * labels (( function-name lambda-list [[ local-declaration * | local-documen...
https://www.lispworks.com/documentation/HyperSpec/Body/s_flet_.htm - Cached
text/html - 16838 bytes - Mon, 11 Apr 2005, 17:33:44 UTC
 
24 CLHS: Function FILE-STRING-LENGTH   [ 9.430% ]
Function FILE-STRING-LENGTH Syntax: file-string-length stream object => length Arguments and Values: stream ---an output character file stream . object ---a string or a character . length ---a non-negative integer , or nil . Description: file-string-length...
https://www.lispworks.com/documentation/HyperSpec/Body/f_file_s.htm - Cached
text/html - 3937 bytes - Mon, 11 Apr 2005, 17:32:32 UTC
 
25 CLHS: System Class FILE-STREAM   [ 9.430% ]
System Class FILE-STREAM Class Precedence List: file-stream , stream , t Description: An object of type file-stream is a stream the direct source or sink of which is a file . Such a stream is created explicitly by open and with-open-file , and implicitly b...
https://www.lispworks.com/documentation/HyperSpec/Body/t_file_s.htm - Cached
text/html - 3891 bytes - Mon, 11 Apr 2005, 17:33:52 UTC
 
26 CLHS: System Class ECHO-STREAM   [ 9.430% ]
System Class ECHO-STREAM Class Precedence List: echo-stream , stream , t Description: An echo stream is a bidirectional stream that gets its input from an associated input stream and sends its output to an associated output stream . All input taken from th...
https://www.lispworks.com/documentation/HyperSpec/Body/t_echo_s.htm - Cached
text/html - 4336 bytes - Mon, 11 Apr 2005, 17:33:51 UTC
 
27 CLHS: Type BASE-STRING   [ 9.430% ]
Type BASE-STRING Supertypes: base-string , string , vector , array , sequence , t Description: The type base-string is equivalent to (vector base-char) . The base string representation is the most efficient string representation that can hold an arbitrary...
https://www.lispworks.com/documentation/HyperSpec/Body/t_base_s.htm - Cached
text/html - 4341 bytes - Mon, 11 Apr 2005, 17:33:49 UTC
 
28 CLHS: Special Operator RETURN-FROM   [ 9.430% ]
Special Operator RETURN-FROM Syntax: return-from name [ result ] =>| Arguments and Values: name ---a block tag ; not evaluated. result ---a form ; evaluated. The default is nil . Description: Returns control and multiple values [2] from a lexically enclosi...
https://www.lispworks.com/documentation/HyperSpec/Body/s_ret_fr.htm - Cached
text/html - 5712 bytes - Mon, 11 Apr 2005, 17:33:46 UTC
 
29 CLHS: Special Operator MULTIPLE-VALUE-PROG1   [ 9.430% ]
Special Operator MULTIPLE-VALUE-PROG1 Syntax: multiple-value-prog1 first-form form * => first-form-results Arguments and Values: first-form ---a form ; evaluated as described below. form ---a form ; evaluated as described below. first-form-results ---the v...
https://www.lispworks.com/documentation/HyperSpec/Body/s_mult_1.htm - Cached
text/html - 3633 bytes - Mon, 11 Apr 2005, 17:33:46 UTC
 
30 CLHS: Function ECHO-STREAM-INPUT-STREAM...   [ 9.430% ]
Function ECHO-STREAM-INPUT-STREAM, ECHO-STREAM-OUTPUT-STREAM Syntax: echo-stream-input-stream echo-stream => input-stream echo-stream-output-stream echo-stream => output-stream Arguments and Values: echo-stream ---an echo stream . input-stream ---an input...
https://www.lispworks.com/documentation/HyperSpec/Body/f_echo_s.htm - Cached
text/html - 4025 bytes - Mon, 11 Apr 2005, 17:32:27 UTC
 

Result pages:
Previous 1 2 3 4 5 6 7 8 9 10 Next
Sort by: score |  date |  popularity
Company     Contact     Privacy Policy     Terms of Use